projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077fcb2
)
(kill-ring-max): Increased to 60.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Oct 1998 18:26:28 +0000
(18:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Oct 1998 18:26:28 +0000
(18:26 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index d8acf1f9c257fb614133e22f3b88108d44cb7e43..f02e2f478a98eceaec47ba52ccb598b16e464d2c 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1576,7
+1576,7
@@
interact nicely with `interprogram-cut-function' and
interaction; you may want to use them instead of manipulating the kill
ring directly.")
-(defcustom kill-ring-max
3
0
+(defcustom kill-ring-max
6
0
"*Maximum length of kill ring before oldest elements are thrown away."
:type 'integer
:group 'killing)